home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-06-16 | 431 b | 25 lines |
- ;
- ;
- ; MONITOR.INI for HCW MONITOR.
- ;
- ; Since we can only recover an int using GetPrivateProfileInt, and we need 500 millisecond
- ; resolution seeking into the wave file;
- ;
- ; seek=10 == 10 * 100 = 1000 mSec 1 second
- ; hold=15 == 15 * 100 = 1500 mSec 1.5 seconds
- ;
- ;
- [MONITOR]
- MONITOR00=
- MONITOR01=
-
- [MONITOR00]
- seekfile=MONITOR.WAV
- keeplastframe=1
- x=3
- y=3
- seek=0
- hold=151
- [MONITOR01]
- hold=51
-